ASP.NET Core MVC コントロールヘルプ
ComboBoxBase<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : ComboBoxBase<T> クラス
The ComboBox control allows users to pick strings from lists. The control automatically completes entries as the user types, and allows users to show a drop-down list with the items available.
オブジェクト モデル
ComboBoxBase<T> クラス
シンタックス
'宣言
 
Public MustInherit Class ComboBoxBase(Of T) 
   Inherits DropDown(Of T)
   Implements IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class ComboBoxBase<T> : DropDown<T>, IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.AutoCompleteBase<T>
                  C1.Web.Mvc.ComboBox<T>
                  C1.Web.Mvc.InputTime<T>
                  C1.Web.Mvc.MenuBase<T>
                  C1.Web.Mvc.MultiSelect<T>

参照

ComboBoxBase<T> メンバ
C1.Web.Mvc 名前空間